Function pgx_pg_sys::strlcpy

source ·
pub unsafe fn strlcpy(
    arg_dst: *mut c_char,
    arg_src: *const c_char,
    arg_siz: usize
) -> usize