Type Alias windows::Wdk::Storage::FileSystem::RTL_FREE_STRING_ROUTINE

pub type RTL_FREE_STRING_ROUTINE = Option<unsafe extern "system" fn(buffer: *const c_void)>;

Aliased Type§

enum RTL_FREE_STRING_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void))

Some value of type T.