Function custom_command_async

Source
#[no_mangle]
pub extern "C" fn custom_command_async(
    client: *mut ClientWrapper,
    options: *mut CustomCommandRequestWrapper,
    callback: extern "C" fn(wrapper: *mut CustomCommandResponseWrapper),
    timeout: i32,
)