pub type godot_gdnative_terminate_fn = Option<unsafe extern "C" fn(arg1: *mut godot_gdnative_terminate_options)>;Aliased Type§
pub enum godot_gdnative_terminate_fn {
None,
Some(unsafe extern "C" fn(*mut godot_gdnative_terminate_options)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut godot_gdnative_terminate_options))
Some value of type T.