pub type PRJ_GET_FILE_DATA_CB = Option<unsafe extern "system" fn(callbackdata: *const PRJ_CALLBACK_DATA, byteoffset: u64, length: u32) -> HRESULT>;

Aliased Type§

enum PRJ_GET_FILE_DATA_CB {
    None,
    Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: u64, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: u64, _: u32) -> HRESULT)

Some value of type T.