[][src]Function pgx::fcinfo::pg_getarg_pointer

pub fn pg_getarg_pointer<T>(
    fcinfo: FunctionCallInfo,
    num: usize
) -> Option<*mut T>