pub unsafe fn WlanGetSecuritySettings<P0>(
    hclienthandle: P0,
    securableobject: WLAN_SECURABLE_OBJECT,
    pvaluetype: Option<*mut WLAN_OPCODE_VALUE_TYPE>,
    pstrcurrentsddl: *mut PWSTR,
    pdwgrantedaccess: *mut u32
) -> u32
where P0: Param<HANDLE>,