pub unsafe fn GetFileNameFromBrowse<P0, P1, P2, P3, P4>(
    hwnd: P0,
    pszfilepath: &mut [u16],
    pszworkingdir: P1,
    pszdefext: P2,
    pszfilters: P3,
    psztitle: P4
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,