Type Alias shadow_rs::cshadow::LegacyFileCloseFunc
source · pub type LegacyFileCloseFunc = Option<unsafe extern "C-unwind" fn(descriptor: *mut LegacyFile, host: *const Host)>;
Aliased Type§
enum LegacyFileCloseFunc {
None,
Some(unsafe extern "C-unwind" fn(_: *mut [u64; 5], _: *const Host)),
}