pub unsafe extern "C" fn c_set_rawInput(
    result: *mut CRawInput,
    annex: *const CRawBuffer,
    pegin: *const c_uchar,
    scriptSig: *const CRawBuffer,
    prevTxid: *const c_uchar,
    prevIx: c_uint,
    asset: *const c_uchar,
    value: *const c_uchar,
    scriptPubKey: *const CRawBuffer,
    sequence: c_uint,
    blindingNonce: *const c_uchar,
    assetEntropy: *const c_uchar,
    amount: *const c_uchar,
    inflationKeys: *const c_uchar,
    amountRangePrf: *const CRawBuffer,
    inflationKeysRangePrf: *const CRawBuffer
)