pub unsafe extern "C" fn botan_x509_crl_load(
    crl: *mut botan_x509_crl_t,
    data: *const u8,
    data_len: usize
) -> c_int