pub unsafe fn WlanRegisterVirtualStationNotification<P0, P1>(
    hclienthandle: P0,
    bregister: P1,
    preserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>, P1: Param<BOOL>,