Type Alias FunctionIDMapper2

pub type FunctionIDMapper2 = Option<unsafe extern "system" fn(funcid: usize, clientdata: *mut c_void, pbhookfunction: *mut BOOL) -> usize>;

Aliased Type§

pub enum FunctionIDMapper2 {
    None,
    Some(unsafe extern "system" fn(usize, *mut c_void, *mut BOOL) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, *mut c_void, *mut BOOL) -> usize)

Some value of type T.