Function pstrcpy

Source
pub unsafe extern "C" fn pstrcpy(
    buf: *mut c_char,
    buf_size: c_int,
    str_: *const c_char,
)