pub fn write_binary_memory(
    relocated_memory: &[Option<Felt>],
    memory_file: &Path
) -> Result<()>