pub unsafe fn GetGeoInfoEx<P0>(
    location: P0,
    geotype: SYSGEOTYPE,
    geodata: Option<&mut [u16]>
) -> i32
where P0: IntoParam<PCWSTR>,