pub unsafe fn UnprotectFile<P0>(
    fileorfolderpath: P0,
    options: Option<*const FILE_UNPROTECT_OPTIONS>
) -> Result<()>
where P0: IntoParam<PCWSTR>,