Function mnn::prelude::stpncpy

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