pub type component_entry_point_fn = unsafe extern "system" fn(_: *const c_void, _: size_t) -> 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)