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