try_lower_struct_constructor_call

Function try_lower_struct_constructor_call 

Source
fn try_lower_struct_constructor_call(
    func: &Expression,
    args: &[Expression],
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> Option<bool>