#[unsafe(no_mangle)]pub unsafe extern "C" fn retro_set_environment(
environment: retro_environment_t,
)Expand description
Provides the environment callback to the Core.
Guaranteed to have been called before retro_init.
TODO: This method seems to get called multiple times by RetroArch