Skip to main content

cfmp_cipher_create

Function cfmp_cipher_create 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn cfmp_cipher_create( _cfm: *const c_void, out: *mut *mut c_void, algorithm: *const c_char, key: *const c_void, key_len: u32, iv: *const c_void, iv_len: u32, opts: *const c_void, ) -> u32