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_intpub 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