pub type FCACHE_CREATE_CALLBACK = Option<unsafe extern "system" fn(lpstrname: PCSTR, lpvdata: *mut c_void, cbfilesize: *mut u32, cbfilesizehigh: *mut u32) -> HANDLE>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum FCACHE_CREATE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const u8, _: *mut c_void, _: *mut u32, _: *mut u32) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const u8, _: *mut c_void, _: *mut u32, _: *mut u32) -> isize)

Some value of type T.