pub(crate) fn try_get_bind_group_layout<A: HalApi>(
    layouts: &BindGroupLayouts<A>,
    id: BindGroupLayoutId
) -> Option<&BindGroupLayout<A>>