Function WlanRegisterNotification

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