pub unsafe extern "system" fn GetFileNameFromBrowse(
    hwnd: HWND,
    pszfilepath: PWSTR,
    cchfilepath: u32,
    pszworkingdir: PCWSTR,
    pszdefext: PCWSTR,
    pszfilters: PCWSTR,
    psztitle: PCWSTR
) -> BOOL
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"