Type Alias msfs::sys::PFNGAUGECALLBACK
source · pub type PFNGAUGECALLBACK = Option<unsafe extern "C" fn(ctx: FsContext, service_id: c_int, pData: *mut c_void) -> bool>;
Aliased Type§
enum PFNGAUGECALLBACK {
None,
Some(unsafe extern "C" fn(_: u64, _: i32, _: *mut c_void) -> bool),
}