46 OSDynLoadModule *outModule);
void OSDynLoad_Release(OSDynLoadModule module)
int32_t OSDynLoad_Acquire(char const *name, OSDynLoadModule *outModule)
int32_t OSDynLoad_FindExport(OSDynLoadModule module, int32_t isData, char const *name, void **outAddr)
void(* OSDynLoadFreeFn)(void *addr)
int32_t OSDynLoad_GetAllocator(OSDynLoadAllocFn *outAllocFn, OSDynLoadFreeFn *outFreeFn)
int32_t OSDynLoad_SetAllocator(OSDynLoadAllocFn allocFn, OSDynLoadFreeFn freeFn)
int(* OSDynLoadAllocFn)(int size, int align, void **outAddr)