pub unsafe extern "C" fn n_poly_shift_left(
    A: *mut n_poly_struct,
    B: *mut n_poly_struct,
    k: mp_limb_signed_t
)