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

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’