pub unsafe extern "C" fn ecp_muladd_restartable(
    grp: *mut ecp_group,
    R: *mut ecp_point,
    m: *const mpi,
    P: *const ecp_point,
    n: *const mpi,
    Q: *const ecp_point,
    rs_ctx: *mut ecp_restart_ctx
) -> c_int