pub fn load_usize<B: Backend>(
    name: &str,
    path: &str,
    device: &B::Device
) -> Result<usize, Box<dyn Error>>