pub unsafe fn mallctl_fetch<T>(name: &[u8], t: &mut T) -> Result<(), i32>
Expand description

Fetch the value of options name.

Please note that if you want to fetch a string, use char* instead of &str or cstring.