Function BNGetRegisterStackAdjustments

Source
pub unsafe extern "C" fn BNGetRegisterStackAdjustments(
    cc: *mut BNCallingConvention,
    returnRegs: *const u32,
    returnRegCount: usize,
    returnType: *mut BNType,
    params: *const BNVariable,
    paramCount: usize,
    types: *mut *const BNType,
    typeCount: usize,
    resultRegisters: *mut *mut u32,
    resultAdjustments: *mut *mut u32,
) -> usize