#[unsafe(no_mangle)]
pub extern "C" fn custom_command(
client: *mut ClientWrapper,
options: *mut CustomCommandRequestWrapper,
timeout: i32,
) -> *mut CustomCommandResponseWrapper
#[unsafe(no_mangle)]
pub extern "C" fn custom_command(
client: *mut ClientWrapper,
options: *mut CustomCommandRequestWrapper,
timeout: i32,
) -> *mut CustomCommandResponseWrapper