pub unsafe extern "C" fn kernel_transaction_create(
raw_transaction: *const c_uchar,
raw_transaction_len: usize,
) -> *mut kernel_TransactionExpand description
@brief Create a new transaction from the serialized data.
@param[in] raw_transaction Non-null. @param[in] raw_transaction_len Length of the serialized transaction. @return The transaction, or null on error.