pub unsafe fn SfcIsFileProtected<P0, P1>(
    rpchandle: P0,
    protfilename: P1,
) -> BOOL
where P0: Param<HANDLE>, P1: Param<PCWSTR>,