pub unsafe fn GetDeltaInfoW<P0>(
    lpdeltaname: P0,
    lpheaderinfo: *mut DELTA_HEADER_INFO
) -> BOOL
where P0: IntoParam<PCWSTR>,