pub unsafe extern "C" fn jl_gc_alloc_typed(
    ptls: jl_ptls_t,
    sz: usize,
    ty: *mut c_void
) -> *mut c_void