pub unsafe fn GetDeltaSignatureA<P0>(
    filetypeset: i64,
    hashalgid: ALG_ID,
    lpsourcename: P0,
    lphash: *mut DELTA_HASH
) -> BOOL
where P0: IntoParam<PCSTR>,