pub unsafe extern "C" fn php_strlcpy(
    dst: *mut c_char,
    src: *const c_char,
    siz: size_t
) -> size_t