[][src]Function raptor::translator::calls::get_argument_variables

pub fn get_argument_variables(
    arguments: &[ParameterType],
    translation_information: &TranslationInformation,
    stack_pointer_offsets: &StackPointerOffsets
) -> Result<Option<Vec<Variable>>>

Given a function, and its argument types, return the variable types for the function arguments