Function THShortStorage_newWithDataAndAllocator

Source
pub unsafe extern "C" fn THShortStorage_newWithDataAndAllocator(
    data: *mut c_short,
    size: isize,
    allocator: *mut THAllocator,
    allocatorContext: *mut c_void,
) -> *mut THShortStorage