Type Alias FunctionIDMapper
pub type FunctionIDMapper = Option<unsafe extern "system" fn(funcid: usize, pbhookfunction: *mut BOOL) -> usize>;Aliased Type§
pub enum FunctionIDMapper {
None,
Some(unsafe extern "system" fn(usize, *mut BOOL) -> usize),
}