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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u64, _: i32, _: *mut c_void) -> bool)

Some value of type T.