pub unsafe extern "C" fn promise_batch_action_function_call(
    promise_index: u64,
    function_name_len: u64,
    function_name_ptr: u64,
    arguments_len: u64,
    arguments_ptr: u64,
    amount_ptr: u64,
    gas: u64
)