component_entry_point_fn

Type Alias component_entry_point_fn 

Source
pub type component_entry_point_fn = unsafe extern "system" fn(*const c_void, i32) -> i32;
Available on crate feature netcore3_0 only.
Expand description

Signature of delegate returned by load_assembly_and_get_function_pointer_fn when delegate_type_name == null (default)