|
uint8_t | reserved [4248] |
|
uintptr_t(* | open )(void *context, const char *path, bool must_exist) |
|
void(* | close )(void *context, uintptr_t handle) |
|
uint64_t(* | get_size )(void *context, uintptr_t handle) |
|
void(* | unlink )(void *context, const char *path) |
|
void(* | read )(void *context, uintptr_t handle, void *buf, uint64_t count, uint64_t offset) |
|
bool(* | write )(void *context, uintptr_t handle, const void *buf, uint64_t count, uint64_t offset) |
|
The documentation for this struct was generated from the following file: