pub unsafe extern "C" fn gr_reply_commit(
value: *const u128,
err_mid: *mut ErrorWithHash,
)Expand description
Fallible gr_reply_commit send syscall.
Arguments type:
value:const ptrforu128defining amount of value to apply. Ignored if equals u32::MAX (use this for zero value for optimization).err_mid:mut ptrfor concatenated error code and message id.