Type Alias libuv_sys2::uv_calloc_func

source ·
pub type uv_calloc_func = Option<unsafe extern "C" fn(count: usize, size: usize) -> *mut c_void>;

Aliased Type§

enum uv_calloc_func {
    None,
    Some(unsafe extern "C" fn(_: usize, _: usize) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: usize, _: usize) -> *mut c_void)

Some value of type T.