pub unsafe fn WlanSetSecuritySettings<P0, P1>(
    hclienthandle: P0,
    securableobject: WLAN_SECURABLE_OBJECT,
    strmodifiedsddl: P1
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,