Skip to main content

idax_type_function_type

Function idax_type_function_type 

Source
pub unsafe extern "C" fn idax_type_function_type(
    return_type: IdaxTypeHandle,
    argument_types: *const IdaxTypeHandle,
    argument_count: usize,
    calling_convention: c_int,
    has_varargs: c_int,
    out: *mut IdaxTypeHandle,
) -> c_int