pub type ResourceReleaseCallback = Option<unsafe extern "C-unwind" fn(_: u32, _: bool, _: bool, _: *mut c_void)>;Aliased Type§
enum ResourceReleaseCallback {
None,
Some(unsafe extern "C-unwind" fn(_: u32, _: bool, _: bool, _: *mut c_void)),
}