Function rtcThreadLocalAlloc

Source
pub unsafe extern "C" fn rtcThreadLocalAlloc(
    allocator: RTCThreadLocalAllocator,
    bytes: size_t,
    align: size_t,
) -> *mut c_void