Enable the ABI feature and use it for the entry point. This will set calling conventions to what is specified by the UEFI spec.
It currently only sets x86-64 to win64
and everything else to C
.
Tracking issue: https://github.com/rust-lang/rust/issues/65815