pub unsafe fn WlanRegisterNotification<P0, P1>(
    hclienthandle: P0,
    dwnotifsource: WLAN_NOTIFICATION_SOURCES,
    bignoreduplicate: P1,
    funccallback: WLAN_NOTIFICATION_CALLBACK,
    pcallbackcontext: Option<*const c_void>,
    preserved: Option<*const c_void>,
    pdwprevnotifsource: Option<*mut u32>
) -> u32
where P0: Param<HANDLE>, P1: Param<BOOL>,