Type Alias windows::Win32::NetworkManagement::WiFi::DOT11EXT_FREE_BUFFER

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

Aliased Type§

enum DOT11EXT_FREE_BUFFER {
    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.