[][src]Function lv2rs_core::extension_data

pub unsafe fn extension_data<P: Plugin>(uri: *const c_char) -> *const c_void

Helper function for the extension_data plugin call.

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