pub unsafe extern "C" fn _memccpy(
    _Dst: *mut c_void,
    _Src: *const c_void,
    _Val: c_int,
    _MaxCount: size_t
) -> *mut c_void