Type Alias em_async_wget2_data_onprogress_func

Source
pub type em_async_wget2_data_onprogress_func = Option<unsafe extern "C" fn(handle: c_uint, userdata: *mut c_void, loaded: c_int, total: c_int)>;

Aliased Type§

pub enum em_async_wget2_data_onprogress_func {
    None,
    Some(unsafe extern "C" fn(u32, *mut c_void, i32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *mut c_void, i32, i32))

Some value of type T.