Function THCharStorage_newWithDataAndAllocator

Source
pub unsafe extern "C" fn THCharStorage_newWithDataAndAllocator(
    data: *mut c_char,
    size: isize,
    allocator: *mut THAllocator,
    allocatorContext: *mut c_void,
) -> *mut THCharStorage