try_lower_struct_constructor_named_call

Function try_lower_struct_constructor_named_call 

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