pub unsafe extern "C" fn crypt_activate_by_volume_key(
    cd: *mut crypt_device,
    name: *const c_char,
    volume_key: *const c_char,
    volume_key_size: usize,
    flags: u32
) -> c_int