pub unsafe fn WlanSetProfileCustomUserData<P0, P1>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    strprofilename: P1,
    pdata: &[u8],
    preserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,