pub unsafe fn WlanSetProfilePosition<P0, P1>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    strprofilename: P1,
    dwposition: u32,
    preserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,