Function BNRegisterTransformType

Source
pub unsafe extern "C" fn BNRegisterTransformType(
    type_: BNTransformType,
    name: *const c_char,
    longName: *const c_char,
    group: *const c_char,
    xform: *mut BNCustomTransform,
) -> *mut BNTransform