pub unsafe extern "C" fn dm_strncpy(
    dest: *mut c_char,
    src: *const c_char,
    n: usize
) -> c_int