pub unsafe fn SaferiIsExecutableFileType<P0, P1>(
    szfullpathname: P0,
    bfromshellexecute: P1
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<BOOLEAN>,