SBCommandInterpreterAddCommand

Function SBCommandInterpreterAddCommand 

Source
pub unsafe extern "C" fn SBCommandInterpreterAddCommand(
    instance: SBCommandInterpreterRef,
    name: *const c_char,
    impl_: SBCommandPluginInterfaceRef,
    help: *const c_char,
) -> SBCommandRef