Function custom_command

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