KSYNCHRONIZE_ROUTINE

Type Alias KSYNCHRONIZE_ROUTINE 

pub type KSYNCHRONIZE_ROUTINE = Option<unsafe extern "system" fn(synchronizecontext: *const c_void) -> bool>;

Aliased Type§

pub enum KSYNCHRONIZE_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*const c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void) -> bool)

Some value of type T.