pub unsafe extern "cdecl" fn u_memcpy(
    dest: *mut u16,
    src: *const u16,
    count: i32
) -> *mut u16