Type Alias windows::Win32::Storage::Jet::JET_PFNREALLOC

pub type JET_PFNREALLOC = Option<unsafe extern "system" fn(pvcontext: *const c_void, pv: *const c_void, cb: u32) -> *mut c_void>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.