pub trait AbiBuilderMethods<'tcx>: BackendTypes {
// Required method
fn get_param(&mut self, index: usize) -> Self::Value;
}
pub trait AbiBuilderMethods<'tcx>: BackendTypes {
// Required method
fn get_param(&mut self, index: usize) -> Self::Value;
}