pub fn ptr() -> unsafe extern "C" fn(dest: *mut u8, src: *const u8, n: u32) -> *mut u8
Retrieve a function pointer.