pub unsafe extern "C" fn open(
    name_ptr: *const u8,
    name_len: usize,
    object_store_handle_out: *mut ObjectStoreHandle
) -> FastlyStatus