Function mnn::prelude::strncpy

source ยท
pub unsafe extern "C" fn strncpy(
    dst: *mut i8,
    src: *const i8,
    n: usize,
) -> *mut i8