esp_idf_svc::sys

Type Alias arg_dstr_freefn

Source
pub type arg_dstr_freefn = Option<unsafe extern "C" fn(_: *mut u8)>;

Aliased Type§

enum arg_dstr_freefn {
    None,
    Some(unsafe extern "C" fn(_: *mut u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut u8))

Some value of type T.