[][src]Function lv2rs_core::connect_port

pub unsafe fn connect_port<P: Plugin>(
    instance: Handle,
    port: u32,
    data: *mut c_void
)

Helper function for the connect_port plugin call.

This function takes the raw parameters provided by the C API and turns them into safe Rust data types. Only functions generated by the lv2_main should call the function any other should not.