/// Main unsafe API endpoint.
pub static mut API: *const cratePlaydateAPI = null_mut;
/// Reference to main (root) API endpoint.
pub type ApiRef = ;
/// Returns reference to main API endpoint ([`ApiRef`]).
// TODO: make this `const fn` when rustc feature `const_ptr_as_ref` is well-tested.