[][src]Function pgx::fcinfo::pg_getarg_cstr

pub fn pg_getarg_cstr<'a>(
    fcinfo: FunctionCallInfo,
    num: usize
) -> Option<&'a CStr>

this is intended for Postgres functions that take an actual cstring argument, not for getting a varlena argument type as a CStr.