void * vfs_async_file_get_contents_worker(void *data)
EXPORT void vfs_async_file_get_contents(const char *filename, VFSConsumer cons_f, void *userdata)
void str_unref(char *str)
bool_t(* VFSConsumer)(void *buf, int64_t size, void *userdata)
void vfs_file_get_contents(const char *filename, void **buf, int64_t *size)
Gets contents of the file into a buffer.
bool_t vfs_async_file_get_contents_trampoline(void *data)
char * str_get(const char *str)