binaryninjacore_sysFunction BNCreateFunctionType
source pub unsafe extern "C" fn BNCreateFunctionType(
returnValue: *mut BNTypeWithConfidence,
callingConvention: *mut BNCallingConventionWithConfidence,
params: *mut BNFunctionParameter,
paramCount: usize,
varArg: *mut BNBoolWithConfidence,
canReturn: *mut BNBoolWithConfidence,
stackAdjust: *mut BNOffsetWithConfidence,
regStackAdjustRegs: *mut u32,
regStackAdjustValues: *mut BNOffsetWithConfidence,
regStackAdjustCount: usize,
returnRegs: *mut BNRegisterSetWithConfidence,
ft: BNNameType,
pure_: *mut BNBoolWithConfidence,
) -> *mut BNType