pub unsafe fn get_unchecked<T>( callback: retro_environment_t, id: u32, ) -> Option<(T, bool)>
Similar to get but uses uninitialized memory instead of the Default trait.
get
Default