flint-sys 0.9.0

Bindings to the FLINT C library
Documentation
/* automatically generated by rust-bindgen 0.70.1 */

use crate::deps::*;
use crate::arb_types::*;
use crate::arf_types::*;
use crate::flint::*;


extern "C" {
    pub fn partitions_rademacher_bound(b: *mut arf_struct, n: *const fmpz, N: ulong);
    pub fn partitions_hrr_sum_arb(
        x: *mut arb_struct,
        n: *const fmpz,
        N0: slong,
        N: slong,
        use_doubles: libc::c_int,
    );
    pub fn partitions_fmpz_fmpz(p: *mut fmpz, n: *const fmpz, use_doubles: libc::c_int);
    pub fn partitions_fmpz_ui(p: *mut fmpz, n: ulong);
    pub fn partitions_leading_fmpz(res: *mut arb_struct, n: *const fmpz, prec: slong);
}