check_raw_function_pointer_call

Function check_raw_function_pointer_call 

Source
pub fn check_raw_function_pointer_call(
    callee: &Expression,
    callee_type: Option<&str>,
    line: usize,
) -> Option<String>
Expand description

Check if a function call expression is through a raw function pointer Returns Some(error) if the call requires @unsafe