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