Type Alias windows::Win32::System::AddressBook::LPFREEBUFFER
pub type LPFREEBUFFER = Option<unsafe extern "system" fn(lpbuffer: *mut c_void) -> u32>;
Aliased Type§
enum LPFREEBUFFER {
None,
Some(unsafe extern "system" fn(_: *mut c_void) -> u32),
}