Function ft_realloc

Source
extern "C" fn ft_realloc(
    _: FT_Memory,
    _old_size: c_long,
    new_req_size: c_long,
    old_pointer: *mut c_void,
) -> *mut c_void