pub unsafe fn MsiGetFileHashW<P0>(
    szfilepath: P0,
    dwoptions: u32,
    phash: *mut MSIFILEHASHINFO
) -> u32
where P0: IntoParam<PCWSTR>,