pub unsafe fn GetNLSVersionEx<P0>(
    function: u32,
    lplocalename: P0,
    lpversioninformation: *mut NLSVERSIONINFOEX
) -> Result<()>
where P0: IntoParam<PCWSTR>,